hosts/sugarcane: init
This commit is contained in:
parent
9057a029ab
commit
8733fc7054
12 changed files with 124 additions and 21 deletions
26
hosts/sugarcane/default.nix
Normal file
26
hosts/sugarcane/default.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ config, inputs, modules, modulesPath, overlays, pkgs, ... }: {
|
||||
networking.hostName = "sugarcane";
|
||||
system.stateVersion = "21.11";
|
||||
time.timeZone = "Asia/Singapore";
|
||||
|
||||
age.secrets = {
|
||||
passwd.file = ../../secrets/passwd.age;
|
||||
};
|
||||
imports = with modules.system; [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
inputs.home-manager-porcupine.nixosModule
|
||||
|
||||
base
|
||||
home-manager
|
||||
input
|
||||
nix
|
||||
security
|
||||
|
||||
./filesystem.nix
|
||||
./kernel.nix
|
||||
./networking.nix
|
||||
./packages.nix
|
||||
|
||||
../../users/hana
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue