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