initial commit, after deletion :)
This commit is contained in:
commit
9ec37597b3
20 changed files with 1006 additions and 0 deletions
23
config/default.nix
Normal file
23
config/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{inputs, ...}: {
|
||||
imports = [
|
||||
./disks.nix
|
||||
./hardware-configuration.nix
|
||||
./configuration.nix
|
||||
./options.nix
|
||||
./devops
|
||||
./mail
|
||||
./nvim
|
||||
./http
|
||||
./search
|
||||
];
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = inputs.self.outPath;
|
||||
flags = ["--print-build-logs"];
|
||||
dates = "00:00";
|
||||
runGarbageCollection = true;
|
||||
operation = "switch";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue