restructure
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
networking = {
|
||||
|
||||
hostName = "homebox";
|
||||
|
||||
nameservers = lib.mkDefault [ "1.1.1.1" "1.0.0.1" ];
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
|
||||
@@ -2,9 +2,10 @@
|
||||
|
||||
flake.nixosConfigurations."homebox" = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
||||
modules = [
|
||||
self.nixosModules.homebox
|
||||
self.nixosModules.homebox-hardware
|
||||
modules = with self.nixosModules; [
|
||||
(user-nathan "laptop")
|
||||
homebox
|
||||
homebox-hardware
|
||||
self.diskoConfigurations.homebox
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user