switching all smb to nfs
This commit is contained in:
parent
b0c634ab81
commit
d3c74e5bfa
3 changed files with 3 additions and 9 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -70,11 +70,11 @@
|
||||||
"nixpkgs-stable": "nixpkgs-stable"
|
"nixpkgs-stable": "nixpkgs-stable"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743870111,
|
"lastModified": 1743873242,
|
||||||
"narHash": "sha256-EHo0M6xC4xmZ3KmAEOi6dBsy7zuKSEyjglvoU+v8hyk=",
|
"narHash": "sha256-z1HQnvpt0doMfB2dmyRfvrgJumazI6gK8EdE+UI59m8=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
"rev": "8eb8960e3aabf5486534c7ffad38504c53bf8d66",
|
"rev": "761195be1ba33f90242eb52d7be277252c459e38",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./razer-speaker-fix.nix
|
./razer-speaker-fix.nix
|
||||||
|
|
||||||
# sops-config
|
|
||||||
niri
|
niri
|
||||||
kanata
|
kanata
|
||||||
filesystems-filez
|
filesystems-filez
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
{
|
{
|
||||||
imports = with nix-config.nixosModules; [
|
imports = with nix-config.nixosModules; [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
# sops-config
|
|
||||||
filesystems-filez
|
filesystems-filez
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -66,10 +65,6 @@
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "America/Toronto";
|
time.timeZone = "America/Toronto";
|
||||||
|
|
||||||
sops-config = {
|
|
||||||
key-file = "/home/media/.config/sops/age/keys.txt";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.media = {
|
users.users.media = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue