no stateless
This commit is contained in:
parent
200724b55d
commit
432c6488e4
@ -23,10 +23,10 @@
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
#impermanence.url = "github:nix-community/impermanence";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, impermanence, ... }: {
|
||||
outputs = { self, nixpkgs, ... }: {
|
||||
nixosConfigurations.default = nixpkgs.lib.nixosSystem rec {
|
||||
system = "aarch64-linux";
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
modules = [
|
||||
./configuration.nix
|
||||
impermanence.nixosModules.impermanence
|
||||
#impermanence.nixosModules.impermanence
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -4,6 +4,6 @@
|
||||
./software-configuration.nix
|
||||
./user-configuration.nix
|
||||
./containers.nix
|
||||
./stateless-configuration.nix
|
||||
#./stateless-configuration.nix
|
||||
];
|
||||
}
|
||||
|
@ -14,7 +14,7 @@
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.loader.grub.devices = [ "nodev" ];
|
||||
|
||||
fileSystems."/nix" = {
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user