Compare commits
2 Commits
d750f5299f
...
104caf1417
Author | SHA1 | Date | |
---|---|---|---|
104caf1417 | |||
ad52b0ba9a |
4
iso.nix
4
iso.nix
@ -12,7 +12,7 @@
|
||||
nixpkgs.overlays = [ (import ./packages) ];
|
||||
|
||||
networking.hostName = "netalis-nixos-iso";
|
||||
isoImage.isoBaseName = "netalis-nixos-iso";
|
||||
isoImage.isoBaseName = lib.mkForce "netalis-nixos-iso";
|
||||
|
||||
boot.supportedFilesystems =
|
||||
[ "btrfs" "cifs" "f2fs" "jfs" "ntfs" "reiserfs" "vfat" "xfs" ] ++
|
||||
@ -24,7 +24,7 @@
|
||||
nix = {
|
||||
settings = {
|
||||
trusted-users = [ "@wheel" ];
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
extraOptions = ''
|
||||
|
@ -4,6 +4,7 @@
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
./static.nix
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user