sort files
This commit is contained in:
parent
0788d1aa4d
commit
c5419a5d6e
|
@ -11,7 +11,7 @@
|
|||
./hardware-configuration.nix
|
||||
|
||||
# Shared config of all machines
|
||||
/data/nixos/common.nix
|
||||
/data/nixos/share/common.nix
|
||||
];
|
||||
|
||||
# our hostname and an ID for ZFS
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
./hardware-configuration.nix
|
||||
|
||||
# Shared config of all machines
|
||||
/data/nixos/common.nix
|
||||
/data/nixos/share/common.nix
|
||||
];
|
||||
|
||||
# our hostname and an ID for ZFS
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
./hardware-configuration.nix
|
||||
|
||||
# Shared config of all machines
|
||||
/data/nixos/common.nix
|
||||
/data/nixos/share/common.nix
|
||||
];
|
||||
|
||||
# our hostname and an ID for ZFS
|
||||
|
|
|
@ -13,7 +13,7 @@ in
|
|||
"${impermanence}/nixos.nix"
|
||||
|
||||
# our users
|
||||
"/data/nixos/users.nix"
|
||||
"/data/nixos/share/users.nix"
|
||||
];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
Loading…
Reference in a new issue