Compare commits
4 commits
dc4f025318
...
ff4ceecd67
| Author | SHA1 | Date | |
|---|---|---|---|
| ff4ceecd67 | |||
| 7c98655a99 | |||
| fc51305ad6 | |||
| 5c8044283a |
5 changed files with 17 additions and 1779 deletions
16
flake.lock
generated
16
flake.lock
generated
|
|
@ -202,16 +202,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726989464,
|
"lastModified": 1733050161,
|
||||||
"narHash": "sha256-Vl+WVTJwutXkimwGprnEtXc/s/s8sMuXzqXaspIGlwM=",
|
"narHash": "sha256-lYnT+EYE47f5yY3KS/Kd4pJ6CO9fhCqumkYYkQ3TK20=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "2f23fa308a7c067e52dfcc30a0758f47043ec176",
|
"rev": "62d536255879be574ebfe9b87c4ac194febf47c5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"ref": "release-24.05",
|
"ref": "release-24.11",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
@ -430,16 +430,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-raw": {
|
"nixpkgs-raw": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732632634,
|
"lastModified": 1732981179,
|
||||||
"narHash": "sha256-+G7n/ZD635aN0sEXQLynU7pWMd3PKDM7yBIXvYmjABQ=",
|
"narHash": "sha256-F7thesZPvAMSwjRu0K8uFshTk3ZZSNAsXTIFvXBT+34=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6f6076c37180ea3a916f84928cf3a714c5207a30",
|
"rev": "62c435d93bf046a5396f3016472e8f7c8e2aed65",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"id": "nixpkgs",
|
||||||
"ref": "nixos-24.05",
|
"ref": "nixos-24.11",
|
||||||
"type": "indirect"
|
"type": "indirect"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
url = "git+ssh://forgejo@git.everest.tailscale:4222/Toast/nix-secrets";
|
url = "git+ssh://forgejo@git.everest.tailscale:4222/Toast/nix-secrets";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
nixpkgs-raw.url = "nixpkgs/nixos-24.05";
|
nixpkgs-raw.url = "nixpkgs/nixos-24.11";
|
||||||
nixpkgs-unstable-raw.url = "nixpkgs/nixos-unstable";
|
nixpkgs-unstable-raw.url = "nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
agenix = {
|
agenix = {
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/release-24.05";
|
url = "github:nix-community/home-manager/release-24.11";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-raw";
|
inputs.nixpkgs.follows = "nixpkgs-raw";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -105,9 +105,7 @@
|
||||||
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
nixpkgs-patched = nixpkgs-raw.legacyPackages.x86_64-linux.applyPatches {
|
||||||
name = "patched-nixpkgs";
|
name = "patched-nixpkgs";
|
||||||
src = nixpkgs-raw;
|
src = nixpkgs-raw;
|
||||||
patches = [
|
patches = [];
|
||||||
./nixpkgs-patches/backport_unstable_headscale_changes.patch
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
# https://discourse.nixos.org/t/proper-way-of-applying-patch-to-system-managed-via-flake/21073/26
|
# https://discourse.nixos.org/t/proper-way-of-applying-patch-to-system-managed-via-flake/21073/26
|
||||||
nixpkgs-unstable = (import "${nixpkgs-unstable-patched}/flake.nix").outputs {self = inputs.self;};
|
nixpkgs-unstable = (import "${nixpkgs-unstable-patched}/flake.nix").outputs {self = inputs.self;};
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -9,10 +9,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
git = true;
|
git = true;
|
||||||
icons =
|
icons = "auto";
|
||||||
if config.system.nixos.release == "24.05"
|
|
||||||
then true
|
|
||||||
else "auto";
|
|
||||||
};
|
};
|
||||||
xdg.configFile."eza/theme.yml".source = "${flakeSelf.inputs.eza-themes}/themes/catppuccin.yml";
|
xdg.configFile."eza/theme.yml".source = "${flakeSelf.inputs.eza-themes}/themes/catppuccin.yml";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,11 @@
|
||||||
samba = {
|
samba = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
extraConfig = ''
|
settings = {
|
||||||
map to guest = bad user
|
"global" = {
|
||||||
guest account = transmission
|
"map to guest" = "bad user";
|
||||||
'';
|
"guest account" = "transmission";
|
||||||
shares = {
|
};
|
||||||
"Transmission downloads" = {
|
"Transmission downloads" = {
|
||||||
path = "${config.services.transmission.settings.download-dir}";
|
path = "${config.services.transmission.settings.download-dir}";
|
||||||
"read only" = true;
|
"read only" = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue