Compare commits

...

1 Commits

Author SHA1 Message Date
4a38c3488a testing cosmic 2025-02-04 22:10:59 -05:00

View File

@@ -13,6 +13,7 @@
./hardware.nix
./syncthing.nix
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
inputs.nixos-cosmic.nixosModules.default
];
networking = {
@@ -22,7 +23,11 @@
networkmanager.enable = true;
};
services.openssh.ports = [ 922 ];
services = {
openssh.ports = [ 922 ];
desktopManager.cosmic.enable = true;
};
system.stateVersion = "24.05";
}