fix: Faster bootup and typo mtn -> mnt
This commit is contained in:
+4
-2
@@ -36,7 +36,7 @@ let
|
||||
};
|
||||
config = {
|
||||
source = ''"$CLAUDE_VM_CONFIG_DIR"'';
|
||||
target = "/mtn/claude-vm-config";
|
||||
target = "/mnt/claude-vm-config";
|
||||
securityModel = "none";
|
||||
};
|
||||
};
|
||||
@@ -48,7 +48,6 @@ let
|
||||
"9p"
|
||||
"9pnet_virtio"
|
||||
];
|
||||
|
||||
# user
|
||||
users.users.claude = {
|
||||
isNormalUser = true;
|
||||
@@ -57,6 +56,9 @@ let
|
||||
};
|
||||
|
||||
services.getty.autologinUser = "claude";
|
||||
# Disable unnecessary services:
|
||||
services.udisks2.enable = false;
|
||||
programs.command-not-found.enable = false;
|
||||
|
||||
# packages
|
||||
environment.systemPackages = [
|
||||
|
||||
Reference in New Issue
Block a user