mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-08 18:03:08 +02:00
ez update go brr + sudo rm virtualbox + LaTeSt KeRnEl (arch who?)
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
9ad61a5501
commit
aebae96fd7
3 changed files with 16 additions and 14 deletions
24
flake.lock
24
flake.lock
|
@ -204,11 +204,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1683212293,
|
"lastModified": 1683276747,
|
||||||
"narHash": "sha256-kbESBAW+TmP5nUKeeHzpXLb11ntdFVTR69pnRCsTVbo=",
|
"narHash": "sha256-T3st1VBg3wmhHyBQb0z12sTSGsQgiu3mxkS61nLO8Xs=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "ae6d5466bf3ee61f5565f1631a787a7eda68c99d",
|
"rev": "669669fcb403e3137dfe599bbcc26e60502c3543",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -246,11 +246,11 @@
|
||||||
"ws-butler": "ws-butler"
|
"ws-butler": "ws-butler"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1682645493,
|
"lastModified": 1683249650,
|
||||||
"narHash": "sha256-U3TqEcBM7QSqX0B9vQYIdB/9Ls7SE6BzM4XNDpM0Lpg=",
|
"narHash": "sha256-NwBzz2CHNtT0oDqAGewByQ5OFnAWf+ewHUrK0F44xZk=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nix-doom-emacs",
|
"repo": "nix-doom-emacs",
|
||||||
"rev": "33db1786e0352cad4227fb931ac96c4e2e89de29",
|
"rev": "588ccf37fa9eb9d2ec787b91c989dcd6892983e9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -327,11 +327,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1683014792,
|
"lastModified": 1683286087,
|
||||||
"narHash": "sha256-6Va9iVtmmsw4raBc3QKvQT2KT/NGRWlvUlJj46zN8B8=",
|
"narHash": "sha256-xseOd7W7xwF5GOF2RW8qhjmVGrKoBz+caBlreaNzoeI=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1a411f23ba299db155a5b45d5e145b85a7aafc42",
|
"rev": "3e313808bd2e0a0669430787fb22e43b2f4bf8bf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -376,11 +376,11 @@
|
||||||
"org": {
|
"org": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1682449610,
|
"lastModified": 1683136293,
|
||||||
"narHash": "sha256-1I9Rpnyp9rZTYG48oxxN+scKoKTJxh/ya787zI0xIpI=",
|
"narHash": "sha256-PMHNr3Qo62uqO5IUDAfxUoqa4Zvb9y2J76pRYDB/6Y4=",
|
||||||
"owner": "emacs-straight",
|
"owner": "emacs-straight",
|
||||||
"repo": "org-mode",
|
"repo": "org-mode",
|
||||||
"rev": "eaf274909f595ba29b853031e1c5bcdac255fbeb",
|
"rev": "080710797ad25e76c4556d2b03cc0aa5313cd187",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -16,6 +16,7 @@ in {
|
||||||
nix.settings.trusted-users = [ "root" "ultra" ];
|
nix.settings.trusted-users = [ "root" "ultra" ];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
kernelPackages = pkgs.linuxPackages_latest; # Use the latest kernel
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
efi = {
|
efi = {
|
||||||
|
@ -168,8 +169,8 @@ in {
|
||||||
lxd.enable = true;
|
lxd.enable = true;
|
||||||
virtualbox = {
|
virtualbox = {
|
||||||
host = {
|
host = {
|
||||||
enable = true;
|
enable = false; # it takes a REALLY long time (and a lot of CPU) to build, and it still doesn't work.
|
||||||
enableExtensionPack = true;
|
enableExtensionPack = false; # false because this might build it (idk)
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
1
update
Executable file
1
update
Executable file
|
@ -0,0 +1 @@
|
||||||
|
nix flake update && sudo nixos-rebuild switch --flake . --upgrade-all -j 999; nix run . -- switch --flake .
|
Loading…
Reference in a new issue