Improve repo structure
This commit is contained in:
parent
fdc4148540
commit
62f200ba03
294 changed files with 499 additions and 516 deletions
16
flake.nix
16
flake.nix
|
|
@ -11,14 +11,18 @@
|
|||
modules =
|
||||
[
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
imports = [
|
||||
./hosts/nixos-desktop/configuration.nix
|
||||
];
|
||||
./hardware/desktop.nix
|
||||
./profiles/base.nix
|
||||
./users
|
||||
({
|
||||
networking.hostName = "nixos-desktop";
|
||||
# Allow to externally control MPD
|
||||
networking.firewall.allowedTCPPorts = [ 6600 ];
|
||||
|
||||
system.configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
}
|
||||
|
||||
system.stateVersion = "19.09";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue