Compare commits
3 Commits
a640a63f02
...
ca135e2181
| Author | SHA1 | Date | |
|---|---|---|---|
|
ca135e2181
|
|||
|
fe5fe33f5f
|
|||
|
bf48d7dfb2
|
@@ -14,6 +14,7 @@
|
|||||||
./distrobox.nix
|
./distrobox.nix
|
||||||
./vm.nix
|
./vm.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
|
./networking.nix
|
||||||
|
|
||||||
inputs.agenix.nixosModules.default
|
inputs.agenix.nixosModules.default
|
||||||
inputs.nixos-hardware.nixosModules.common-pc-ssd
|
inputs.nixos-hardware.nixosModules.common-pc-ssd
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# I think this was causing the weird kworker freezing issue??
|
||||||
services.fstrim.enable = false;
|
services.fstrim.enable = false;
|
||||||
|
|
||||||
programs.nix-ld = {
|
programs.nix-ld = {
|
||||||
@@ -128,9 +130,6 @@
|
|||||||
|
|
||||||
# age.identityPaths = [ "/home/${username}/.ssh/id_ed25519" ];
|
# age.identityPaths = [ "/home/${username}/.ssh/id_ed25519" ];
|
||||||
|
|
||||||
# networking
|
|
||||||
networking = import ./networking.nix { inherit hostname; };
|
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
{ hostname, ... }:
|
{ hostname, ... }:
|
||||||
{
|
{
|
||||||
|
# speed up boot times (by about three seconds)
|
||||||
|
systemd.services.NetworkManager-wait-online.enable = false;
|
||||||
|
|
||||||
|
networking = {
|
||||||
hostName = hostname;
|
hostName = hostname;
|
||||||
|
|
||||||
networkmanager = {
|
networkmanager = {
|
||||||
@@ -16,4 +20,5 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
wireless.networks = import ./secrets/wifi-passwords.nix;
|
wireless.networks = import ./secrets/wifi-passwords.nix;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
18
flake.lock
generated
18
flake.lock
generated
@@ -212,11 +212,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745256380,
|
"lastModified": 1745272532,
|
||||||
"narHash": "sha256-hJH1S5Xy0K2J6eT22AMDIcQ07E8XYC1t7DnXUr2llEM=",
|
"narHash": "sha256-+sFbKw1vFkulKYxsAbz84N0V/goSg808IgFh8iWe/As=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "22b326b42bf42973d5e4fe1044591fb459e6aeac",
|
"rev": "81541ea36d1fead4be7797e826ee325d4c19308b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -261,11 +261,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745217777,
|
"lastModified": 1745271491,
|
||||||
"narHash": "sha256-lnsoesuG+r15kV3Um4hHpYXIjsi6EOPBtIlV8by/7i0=",
|
"narHash": "sha256-4GAHjus6JRpYHVROMIhFIz/sgLDF/klBM3UHulbSK9s=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "lanzaboote",
|
"repo": "lanzaboote",
|
||||||
"rev": "e4cf2086105f47a22f92985358db295a20746abb",
|
"rev": "995637eb3ab78eac33f8ee6b45cc2ecd5ede12ba",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -467,11 +467,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745207416,
|
"lastModified": 1745289264,
|
||||||
"narHash": "sha256-2g2TnXgJEvSvpk7ujY69pSplmM3oShhoOidZf1iHTHU=",
|
"narHash": "sha256-7nt+UJ7qaIUe2J7BdnEEph9n2eKEwxUwKS/QIr091uA=",
|
||||||
"owner": "oxalica",
|
"owner": "oxalica",
|
||||||
"repo": "rust-overlay",
|
"repo": "rust-overlay",
|
||||||
"rev": "68a0ff1a43d08aa1ec3730e7e7d06f6da0ba630a",
|
"rev": "3b7171858c20d5293360042936058fb0c4cb93a9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
Reference in New Issue
Block a user