added gitea
This commit is contained in:
parent
6a3f97cebb
commit
7c9883774f
5 changed files with 35 additions and 16 deletions
|
@ -5,5 +5,10 @@
|
|||
./garbage-collect.nix
|
||||
./optimise.nix
|
||||
];
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
console.keyMap = "de";
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue