fondue: init
This commit is contained in:
parent
eee9b5df5b
commit
2b4cb226a1
5 changed files with 83 additions and 0 deletions
23
hosts/fondue/default.nix
Normal file
23
hosts/fondue/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{ config, modules, modulesPath, overlays, pkgs, ... }: {
|
||||
networking.hostName = "fondue";
|
||||
system.stateVersion = "21.05";
|
||||
time.timeZone = "Australia/Melbourne";
|
||||
|
||||
imports = with modules.system; [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
base
|
||||
input
|
||||
kernel
|
||||
nix
|
||||
packages
|
||||
security
|
||||
snapper
|
||||
|
||||
./filesystem.nix
|
||||
./kernel.nix
|
||||
./networking.nix
|
||||
|
||||
../../users/rin.nix
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue