non important commit
This commit is contained in:
parent
450cf417e6
commit
2fb1686b7e
2 changed files with 1 additions and 5 deletions
|
|
@ -2,9 +2,5 @@
|
||||||
networking.hostName = "max-${device-name}";
|
networking.hostName = "max-${device-name}";
|
||||||
system = {
|
system = {
|
||||||
stateVersion = "25.11";
|
stateVersion = "25.11";
|
||||||
activationScripts.cleanBackups = ''
|
|
||||||
echo "Removing .backup_nix files..."
|
|
||||||
find /home/maxag -type f -name "*.backup_nix" -delete
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
extraSpecialArgs = {inherit inputs device-name;};
|
extraSpecialArgs = {inherit inputs device-name;};
|
||||||
backupFileExtension = "backup_nix";
|
backupFileExtension = null;
|
||||||
users.maxag = ./home/${device-name}/home.nix;
|
users.maxag = ./home/${device-name}/home.nix;
|
||||||
sharedModules = [
|
sharedModules = [
|
||||||
inputs.stylix.homeModules.stylix
|
inputs.stylix.homeModules.stylix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue